home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustID": "Long Integer",
- "Title": "Text (50)",
- "Info": "Text (255)",
- "ComboTitle": "Text (50)",
- "NameTitle": "Text (50)",
- "Addr1Title": "Text (50)",
- "Addr2Title": "Text (50)",
- "CityTitle": "Text (50)",
- "StateTitle": "Text (50)",
- "ZipTitle": "Text (50)",
- "CardNumTitle": "Text (50)",
- "DateTitle": "Text (50)",
- "FirstNameTitle": "Text (50)",
- "LastNameTitle": "Text (50)"
- },
- "data": [
- {
- "CustID": -1,
- "Title": "Credit Card Information",
- "Info": "The information below is required for your account to be set up. Please enter the information exactly as it is shown on your card.",
- "ComboTitle": "Card Type:",
- "NameTitle": "Full Name on Card:",
- "Addr1Title": "Address Line 1:",
- "Addr2Title": "Address Line 2:",
- "CityTitle": "City",
- "StateTitle": "State",
- "ZipTitle": "Zip",
- "CardNumTitle": "Card Number",
- "DateTitle": "Expiration Date",
- "FirstNameTitle": "First Name",
- "LastNameTitle": "Last Name"
- }
- ]
- }